namespace = debug_historic_boundaries

#Second Polish Republic
debug_historic_boundaries.1 = {
	type = country_event
	hidden = yes
	immediate = {
		if = {
			limit = {
				NOT = { exists = c:POL }
			}
			create_country = {
				tag = POL
				province = p:xA3A3A9
				on_created = {
					save_scope_as = annex_country
				}
			}
		}
		second_polish_republic_scripted_boundary = true
	}
}


debug_historic_boundaries.2 = {
	type = country_event
	hidden = yes
	immediate = {
		if = {
			limit = {
				NOT = { exists = c:POL }
			}
			create_country = {
				tag = POL
				province = p:xA3A3A9
				on_created = {
					save_scope_as = annex_country
				}
			}
		}
		second_polish_republic_scripted_boundary = true
	}
}